file chooser: Ensure the path bar is initialized
authorMatthias Clasen <mclasen@redhat.com>
Sun, 18 Jan 2015 22:13:12 +0000 (17:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 18 Jan 2015 22:13:12 +0000 (17:13 -0500)
commit8133e7e624f63afb3a99de67590d874b6b57ba65
treedf7d4046e6582b0a4f2f862d23afc05a068b2254
parent6a7b549608ad0c6e294368996de165a1ccc2d979
file chooser: Ensure the path bar is initialized

There are some cases where we can end up showing the path
bar without ever setting a file on it. One example is:
1) Open file chooser
2) Hit ~
3) Hit Ctrl-L
While this is a bit of a workaround, at least it makes sure
that we never end up with an empty space where the path bar
is supposed to be.
gtk/gtkfilechooserwidget.c